broadway: Restore guint32 type for memory size
authorRafał Dzięgiel <rafostar.github@gmail.com>
Sat, 27 Feb 2021 22:43:01 +0000 (23:43 +0100)
committerRafał Dzięgiel <rafostar.github@gmail.com>
Sat, 27 Feb 2021 22:43:12 +0000 (23:43 +0100)
commitd58641041660db5e8093863fd2ff2d113c3b57bc
tree7d1bd5a6ee10bbd2b37e6940ad962c45aa557ab4
parent4721e760e736d4d974e6969b85fc2cca8034a802
broadway: Restore guint32 type for memory size

guint32 is used as part of the protocol in broadway backend.
Memory size declared with it was mistakenly replaced with size_t type
which does not guarantee being 32bit on all platforms, leading to a crash.
gdk/broadway/gdkbroadway-server.c